object Form10: TForm10 Left = 194 Top = 212 BorderIcons = [] BorderStyle = bsSingle Caption = 'How to merge several sets of bookmarks / favorites' ClientHeight = 223 ClientWidth = 340 Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 5 Top = 5 Width = 329 Height = 212 TabOrder = 0 object Label3: TLabel Left = 8 Top = 20 Width = 321 Height = 29 AutoSize = False Caption = 'I recommend you to read about the basics of bookmark / favorite ' + 'storage before you read this.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label1: TLabel Left = 8 Top = 52 Width = 313 Height = 69 AutoSize = False Caption = 'To merge two or more sets of bookmarks, convert them all to Inte' + 'rnet Explorer format, using the same target directory. If they a' + 'lready are in Internet Explorer format (i.e. favorites), simply ' + 'copy them to the same directory on your harddisk.' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label2: TLabel Left = 8 Top = 124 Width = 315 Height = 69 AutoSize = False Caption = 'You are now the proud owner of a merged set of favorites, in Int' + 'ernet Explorer format. If you want them in Netscape format, simp' + 'ly convert these favorites using your favorite converter program' + ', whichever now that might be. (duh :-))' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Label4: TLabel Left = 94 Top = 176 Width = 38 Height = 13 Caption = 'duh :-)' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Button1: TButton Left = 256 Top = 184 Width = 65 Height = 20 Caption = 'Back' TabOrder = 0 OnClick = Button1Click end end end